-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs: Grammar action, satisfaction! First 20 pages. #1817
Conversation
✅ Deploy Preview for dlt-hub-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
||
### Table references | ||
You can annotate tables with table references. This feature is coming soon. | ||
You can annotate tables with table references. This feature is coming soon.## Schema settings |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this header moved down here, maybe write a regex to find these kind of occurences
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
0f34262
to
4c00c9b
Compare
6e50af1
to
c701c09
Compare
7600760
to
97f2ac2
Compare
change model fix chunking
docs/website/docs/general-usage/data-enrichments/user_agent_device_data_enrichment.md
Outdated
Show resolved
Hide resolved
@@ -33,19 +28,15 @@ using `primary_key`. Use `write_disposition='merge'`. | |||
|
|||
</div> | |||
|
|||
The "write disposition" you choose depends on the data set and how you can extract it. | |||
The "write disposition" you choose depends on the dataset and how you can extract it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a strange change as I think both terms are valid
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We use dataset throughout the docs and in the code, so I would say it is good, no?
@@ -155,7 +145,7 @@ def repo_events() -> Iterator[TDataItems]: | |||
|
|||
# the `table_schema` method gets the table schema generated by a resource and takes an optional | |||
# data item to evaluate dynamic hints | |||
print(repo_events().compute_table_schema({"type": "WatchEvent", id:...})) | |||
print(repo_events().compute_table_schema({"type": "WatchEvent", "id": ...})) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice catch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome work, @sh-rp! Thank you!
Description
Runs our grammar checker on all docs pages